473,421 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,421 software developers and data experts.

designing css buttons

Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.

Thanks, - Dave

Feb 15 '07 #1
3 2577
Rik
On Thu, 15 Feb 2007 17:33:59 +0100, la***********@zipmail.com
<la***********@zipmail.comwrote:
Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.
Rollovers on buttons can be made without problems with the CSS specs.
Browsers implementation of this varies though, so if you want rollover
effects you're usually stuck using javascript on the side.

This will work wonders in Opera, no go in MSIE:

input[type=submit]{
background-color: yellow;
}
input[type=submit]:hover{
background-color: red;
}

I usually leave most of the rendering of form controls alone though.
There's something to be said for just recognizable default rendering
instead of of custom layouts which may confuse the user, making it unclear
what their actual purpose is. So unfortunately, I don't have an site ready
for you, but there are lots around. Googling for "html form rollover"
should get you loads of examples though.
--
Rik Wasmus
Feb 15 '07 #2
"la***********@zipmail.com" <la***********@zipmail.comwrote in
news:11*********************@j27g2000cwj.googlegro ups.com:
Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.
Stu has some and a lot more:

http://www.cssplay.co.uk/
--
Dirk
Feb 15 '07 #3
In article <12*************@corp.supernews.com>,
Dirk <no@mail.pleasewrote:
"la***********@zipmail.com" <la***********@zipmail.comwrote in
news:11*********************@j27g2000cwj.googlegro ups.com:
Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.

Stu has some and a lot more:

http://www.cssplay.co.uk/
But be careful, this author uses small fonts, specified in px,
one does more than a tiny bit of horiz scrolling to see hs page
in a 800 wide window... These are signs to be careful of what he
says generally... just careful, that's all.

--
dorayme
Feb 15 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: thechaosengine | last post by:
Hi all, Does anyone know what would be involved in redesigning the look and feel of the typical windows application form in .net? I've seen applications that have totally redisigned the look and...
3
by: mystilleef | last post by:
Hello, I need to design a plug-in system for a project. The goal is to allow third party developers interact with an application via plug-ins in a clean and robust manner. At this point I am...
7
by: Victor | last post by:
Hi folks! Could anybody explain why does the following code : <form name="upload" method="post"> <input type="file" name="file_1" style="display:none" /> <input type="text" name="text_1" />...
32
by: keri | last post by:
Hi everyone, Having learnt a little about the basics whilst creating my first db I am now about to start creating a good one! I am about to sit down with a large piece of paper and plan it all...
6
by: Zim Babwe | last post by:
VS 2005 Windows Application I need to have users enter product information, then contact information, then some other financial information. Currently I have a form that the user enters info...
3
by: JHNielson | last post by:
I am trying to make an interface to run a utility I have devloped. The user would need to be able to choose from about 6 different macros they could run. My question is, is there a way to use...
10
by: JHNielson | last post by:
I am designing an interface, and I would like to customize the buttons instead of using the plain gray boxes that are standard in Access. Is there a way to set for the "On Mouse Up" and "On...
2
by: Łukasz Ledóchowski | last post by:
Hi! I want to develop database web application. It will consist of many similar webpages with grid and ability to edit, insert or delete rows. All of these webpages will have grids with the same...
3
by: karthimca07 | last post by:
Hi experts, For my application i like to follow same design format in all windows forms. like actions buttons and navigation buttons on either side of the window(left and right)....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.